Addition Operator (Fraction<T>)
In This Topic
Defines the binary "+" operator.
Syntax
'Declaration
Public Operator +( _
ByVal As Fraction(Of T), _
ByVal As Fraction(Of T) _
) As Fraction(Of T)
public Fraction<T> operator +(
Fraction<T> ,
Fraction<T>
)
Parameters
- left
- right
See Also